home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
Dice
/
src
/
rtPaletteRequestAR.asm
< prev
next >
Wrap
Assembly Source File
|
1992-06-10
|
196b
|
20 lines
INCLUDE "ReqTools.i"
XDEF @rtPaletteRequestA
rl REG a2/a3/a6
@rtPaletteRequestA:
movem.l rl,-(a7)
RTB
move.l a1,a3
move.l a0,a2
move.l d0,a0
jsr -102(a6)
movem.l (a7)+,rl
rts
END